Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding RMV.de for southern/central Hesse, Germany #244

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

thfi
Copy link
Contributor

@thfi thfi commented Jul 29, 2016

Adding support for Rhein-Main-Verkehrsverbund (RMV), the transport
network serving the Frankfurt metropolitan area in southern and
central Hesse, Germany.

The implementation is actually quite simple, as RMV uses HAFAS,
inheriting and specializing the existing ParserHafasXml class.

@thfi thfi force-pushed the rmv branch 2 times, most recently from 919698f to 9377d3c Compare July 29, 2016 22:54
@@ -35,6 +35,7 @@ QStringList FahrplanBackendManager::getParserList()
result.append(ParserXmlSbbCh::getName());
result.append(ParserXmlNri::getName());
result.append(ParserXmlVasttrafikSe::getName());
result.append(ParserXmlRMVde::getName());
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to be on the bottom (same index as in fahrplan_parser_thread)

@smurfy
Copy link
Owner

smurfy commented Aug 27, 2016

Timetable does not work. it tried "http://www.rmv.de/auskunft/bin/jp/stboard.exe" as timetable url. but regardless the mode (0 or 1) it always returns html no xml.

@thfi
Copy link
Contributor Author

thfi commented Aug 28, 2016

but regardless the mode (0 or 1) it always returns html no xml

Unfortunately, that is a feature, not a bug. If you install the Android app of RMV, it will show you just this webpage for the time table.

I haven't been able to figure out (yet) how to get XML code instead of HTML...

Adding support for Rhein-Main-Verkehrsverbund (RMV), the transport
network serving the Frankfurt metropolitan area in southern and
central Hesse, Germany.

The implementation is actually quite simple, as RMV uses HAFAS,
inheriting and specializing the existing ParserHafasXml class.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants